home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_149.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  3.9 KB  |  160 lines

  1. ¬†         Text 
  2.  
  3. Inherits from:     Window Item     
  4.  
  5.  
  6.  
  7. _____________________________________________________
  8. ¬†           name *234*
  9.  
  10. Type:   string 
  11.  
  12. Description:    Used by the primitive find-item to find a ¬´Text¬ª by name. 
  13.  
  14.  
  15.  
  16. _____________________________________________________
  17. ¬†           owner  *234*
  18.  
  19. Type:   Window 
  20.  
  21. Constraints:    Not settable.    
  22.  
  23. Description:   If ¬´Text¬ª is a member of item list of an active ¬´Window¬ª, then the value of this attribute is that ¬´Window¬ª; otherwise it is NULL.    
  24.  
  25.  
  26.  
  27. _____________________________________________________
  28. ¬†           active?  *234*
  29.  
  30. Type:   boolean    
  31.  
  32. Constraints:    Not settable on default.    
  33.  
  34. Description:    Setting has no effect on this type of item. 
  35.  
  36.  
  37.  
  38. _____________________________________________________
  39. ¬†           visible?  *234*
  40.  
  41. Type:   boolean    
  42.  
  43. Description:   ¬´Text¬ª is displayed in the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  44.  
  45. Side effects:    Setting causes ¬´Text¬ª to be redrawn in the owning ¬´Window¬ª.      
  46.  
  47.  
  48.  
  49. _____________________________________________________
  50. ¬†           move?  *235*
  51.  
  52. Type:   boolean    
  53.  
  54. Description:      The location of ¬´Text¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  55.  
  56.  
  57.  
  58. _____________________________________________________
  59. ¬†           grow?   *235*
  60.  
  61. Type:   boolean    
  62.  
  63. Description:      The size of ¬´Text¬ª is changed relative to the size of the owning ¬´Window¬ª if and only if the value of this attribute is TRUE.    
  64.  
  65.  
  66.  
  67. _____________________________________________________
  68. ¬†           location   *235*
  69.  
  70. Type:   Point    
  71.  
  72. Description:    The location of the upper left corner of ¬´Text¬ª in the owning ¬´Window¬ª.    
  73.  
  74. Side effects:    Setting causes ¬´Text¬ª to be redrawn.    
  75.  
  76.  
  77.  
  78. _____________________________________________________
  79. ¬†           size   *235*
  80.  
  81. Type:   Point    
  82.  
  83. Description:    Offset of the lower right corner of ¬´Text¬ª from the upper left corner.    
  84.  
  85. Side effects:    Setting causes ¬´Text¬ª to be redrawn.    
  86.  
  87.  
  88.  
  89. _____________________________________________________
  90. ¬†           balloon   *235*
  91.  
  92. Type:     list 
  93.  
  94. Description:    Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.    
  95.  
  96.  
  97.  
  98. _____________________________________________________
  99. ¬†           border?   *236*
  100.  
  101. Type:     boolean 
  102.  
  103. Description:    A 1-point border is drawn around the ¬´Scroll Text¬ª if the value of this attribute is TRUE.    
  104.  
  105. Side effects:     Setting causes ¬´Scroll Text¬ª to be redrawn. 
  106.  
  107.  
  108. _____________________________________________________
  109. ¬†           font   *236*
  110.  
  111. Type:   integer 
  112.  
  113. Description: The font in which ¬´Text¬ª is drawn. See Mac Constants (geneva, and so on) in the ÀôInfo‚Ķ dialog for some values, as well as chapter 7, ‚ÄúThe Macintosh Toolbox.‚Äù    
  114.  
  115. Side effects:   Setting causes ¬´Text¬ª to be redrawn.      
  116.  
  117.  
  118.  
  119. _____________________________________________________
  120. ¬†           font style   *236*
  121.  
  122. Type:   integer    
  123.  
  124. Description: The style in which ¬´Text¬ª is drawn. See Mac Constants (bold, and so on) in the ÀôInfo‚Ķ dialog for some values, as well as chapter 7, ‚ÄúThe Macintosh Toolbox.‚Äù    
  125.  
  126. Side effects:   Setting causes ¬´Text¬ª to be redrawn.  
  127.  
  128.     
  129.  
  130. _____________________________________________________
  131. ¬†           font size   *236*
  132.  
  133. Type:   integer 
  134.  
  135. Description: The point size in which ¬´Text¬ª is drawn.      
  136.  
  137. Side effects:   Setting causes ¬´Text¬ª to be redrawn.  
  138.     
  139.  
  140.  
  141. _____________________________________________________
  142. ¬†           justification   *237*
  143.  
  144. Type:   integer 
  145.  
  146. Description: The justification for drawing ¬´Text¬ª. See Mac Constants (teJustLeft, and so on) in the ÀôInfo‚Ķ dialog for some values.    
  147.  
  148. Side effects:   Setting causes the item to be redrawn.      
  149.  
  150.  
  151.  
  152. _____________________________________________________
  153. ¬†           text   *237*
  154.  
  155. Type:   string 
  156.  
  157. Description: The text that is displayed in the item. It can have a maximum length of 32K bytes. If the text is longer than 32K bytes, it is truncated to that size.    
  158.  
  159.  
  160.